Commit Graph

2125 Commits

Author SHA1 Message Date
bouyer
a2ea8c03f7 Move a few entries around, so that directories can be properly removed. 2002-06-26 16:59:07 +00:00
gmcgarry
8e3cf0aaca update: suser.9 2002-06-24 22:47:58 +00:00
itojun
3ea946f134 sync with openssh 3.3.
local mods included to make it compile with openssl 0.9.6d.
2002-06-24 05:48:24 +00:00
bouyer
4701861c60 Update with reality (list from 1.5.2->1.6 upgrade on i386, alpha, and sgimips). 2002-06-21 14:17:36 +00:00
wiz
bb6cdafc30 Undo last. usb.h is already in comp/obsolete.mi. 2002-06-20 13:14:26 +00:00
dsainty
7ab03847f7 Add /usr/include/usb.h, which was replaced by /usr/include/usbhid.h
some time ago (2001/12/28)
2002-06-20 12:37:10 +00:00
itojun
7dba307bd4 preliminary manpage for netdock(4). hope to update with more info. 2002-06-19 09:46:48 +00:00
wiz
ef94287861 Add MAKEDEV(8) for x86_64. 2002-06-19 09:28:02 +00:00
wiz
44b5cee1bf Add x86_64 cat8/man8/html8. 2002-06-19 09:23:52 +00:00
wiz
c4ad930fbf Add MAKEDEV(8) for cesfic, evbmips, hp700, hpcarm, and sbmips. 2002-06-18 13:31:48 +00:00
wiz
03e60642a7 Add some more cat8/man8/html8 dirs (cesfic, evbmips, hp700, hpcarm, sbmips) 2002-06-18 13:22:25 +00:00
christos
3c5f05720a add systrace 2002-06-18 13:01:30 +00:00
christos
7f43746f07 add xsystrace 2002-06-18 12:59:27 +00:00
itojun
7dd411b55d userland access to apm emulation. 2002-06-18 05:24:44 +00:00
enami
508a11256f Add brief manpage for amdpm(4). 2002-06-18 00:37:04 +00:00
itojun
58c61a7835 add sbin/fdisk and usr/mdec/mbr to package 2002-06-17 15:27:05 +00:00
leo
4502fd4c8a Add 3rd stage loader. 2002-06-15 21:33:16 +00:00
grant
39541f4926 add ccd.conf(5) 2002-06-11 13:33:48 +00:00
grant
a509987d3b remove /usr/include/pmax/clock_machdep.h, fix warning building comp.tgz while
making release.
2002-06-10 06:41:56 +00:00
itojun
f79eb4420d retire greconfig(8) - you can use ifconfig(8) for everything it can do. 2002-06-09 19:31:43 +00:00
itojun
7c75b5ec2f sync with 0.9.6d. shlib minor for libssl and libcrypto
is cranked for additional functions.
2002-06-09 16:12:52 +00:00
bjh21
dcab6d6fbe Add rgb.db, since Xarm32VIDC seems to need it. 2002-06-09 11:51:55 +00:00
is
bcae776bf0 gspahextoc has been EOLed. 2002-06-07 12:11:29 +00:00
thorpej
df5fa8198f mopa.out is renamed to mopcopy. 2002-06-06 23:05:34 +00:00
simonb
0720ab1874 Remove <machine/rnd.h> for algor. 2002-06-06 03:33:10 +00:00
simonb
92e1ef3c92 Add ./usr/share/man/html4/sgimips. 2002-06-06 02:40:51 +00:00
simonb
19633fffec Add man8/pppdump.8; the catman page was already there. 2002-06-06 02:38:45 +00:00
simonb
fae76bb934 Add mscdlabel. 2002-06-06 02:37:07 +00:00
bjh21
7c4fa0ba7d Add Xarm32VIDC to the xserver set on acorn32. 2002-06-05 23:13:46 +00:00
itojun
94db0712e3 sync - no fstab.* any longer 2002-06-05 14:39:26 +00:00
itojun
19d21bd24b sync 2002-06-05 14:37:07 +00:00
jmcneill
2c944107bb Move 'mixerctl' rc script from etc-sys-rc to etc-audio-rc. 2002-06-03 01:45:15 +00:00
jmcneill
17f5e9e8f4 Add documentation for mixerctl.conf(5) 2002-06-02 18:57:11 +00:00
jmcneill
fdbb6f9c72 Add mixerctl rc.d script. 2002-06-02 18:38:35 +00:00
lukem
06de426449 SIMPLEQ rototill:
- implement SIMPLEQ_REMOVE(head, elm, type, field).  whilst it's O(n),
  this mirrors the functionality of SLIST_REMOVE() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE()
- remove the unnecessary elm arg from SIMPLEQ_REMOVE_HEAD().
  this mirrors the functionality of SLIST_REMOVE_HEAD() (the other
  singly-linked list type) and FreeBSD's STAILQ_REMOVE_HEAD()
- remove notes about SIMPLEQ not supporting arbitrary element removal
- use SIMPLEQ_FOREACH() instead of home-grown for loops
- use SIMPLEQ_EMPTY() appropriately
- use SIMPLEQ_*() instead of accessing sqh_first,sqh_last,sqe_next directly
- reorder manual page; be consistent about how the types are listed
- other minor cleanups
2002-06-01 23:50:52 +00:00
grant
02bfd5937c add usermgmt.conf (5) 2002-06-01 06:35:35 +00:00
wiz
d79e3f15eb Add pmppc man page directories and man pages. 2002-05-31 12:21:09 +00:00
kleink
bb1e88c03b Add missing bus_space_vaddr(9) link. 2002-05-31 11:11:26 +00:00
nathanw
9ee7760423 /usr/mdec/installboot is dead. 2002-05-31 04:53:30 +00:00
itojun
dbbcec2c04 have bsd.endian.mk, which detects target endian.
generate *.db in target endian.  (see tech-userlevel for discussions)
2002-05-30 21:40:47 +00:00
christos
f7431e8f3d bumped libz to 0.3 2002-05-29 20:08:33 +00:00
christos
4e357d1878 add pppdump 2002-05-29 19:15:15 +00:00
itojun
f8b9b40efd add arc4random(9). 2002-05-28 11:35:40 +00:00
wiz
eb9af10b93 Add gspa(8). 2002-05-27 21:15:00 +00:00
wiz
7c485e61a9 Add some alpha man pages (were LINKS, now MLINKS... checkflist only
found them now).
2002-05-26 14:13:56 +00:00
wiz
e2d9b55a03 Add /usr/share/examples/fstab. 2002-05-26 14:11:47 +00:00
gmcgarry
6771357c89 More section 9 documentation. 2002-05-25 02:18:36 +00:00
itojun
caecca980a crank minor for bcrypt support 2002-05-24 04:07:05 +00:00
itojun
e68f73c3fe add arc4random(3). from openbsd 2002-05-24 04:01:43 +00:00
rafal
7a98b3fbfe Another one from Scott Taylor: add boot.elf to sgimips MD base list. 2002-05-21 23:23:48 +00:00