Commit Graph

3794 Commits

Author SHA1 Message Date
tnozaki
10269f58df added be_BY.CP1251, ru_BY.CP1251, ru_RU.CP1251 locale.
requested by cheusov AT tut DOT by, thanks.
2006-03-14 16:16:44 +00:00
tnozaki
fd97f66c90 added missing UCS%CP*.mps files. 2006-03-13 20:02:01 +00:00
tnozaki
274950e65d added macintosh encodings(single-byte only). 2006-03-13 19:45:35 +00:00
rpaulo
bf1bbfd01c Oops, the previous change touched the wrong files (pckbd.hu and pckb.pl). 2006-03-13 11:38:30 +00:00
chs
388c5496c2 add nfe driver and manpage from OpenBSD. 2006-03-12 22:40:42 +00:00
rpaulo
8b9db7a800 mkbd.pt.iso8859-2 -> mkbd.pt.iso8859-1
pckbd.hu.iso8859-2 -> pckbd.hu.iso8859-1
pckbd.pl.iso8859-2 -> pckbd.pl.iso8859-1
2006-03-12 15:09:54 +00:00
rpaulo
9631eac44f Add pckbd.fr_CH.iso8859-2 and pckbd.de_CH.iso8859-2. 2006-03-12 12:42:31 +00:00
kleink
4e2ab73ea3 Document libkern's bcdtobin(9)/bintobcd(9). 2006-03-11 15:47:09 +00:00
hubertf
05524656d1 in src.tgz, set build.sh permissions +x 2006-03-08 19:18:04 +00:00
pooka
4e6df87951 add CIRCLEQ_LOOP_{NEXT,PREV}.{0,3} 2006-03-07 18:16:46 +00:00
pooka
25833a1352 fdavail is a goner 2006-03-07 17:22:10 +00:00
agc
5eb45d3d63 Sync lists with reality - add svwsata(4) and catman page. 2006-03-06 22:21:25 +00:00
rumble
2f6e320cf1 Add a terse man page for the grtwo framebuffer driver. 2006-03-05 00:04:13 +00:00
wiz
298741977e Deprecate slstats. 2006-03-02 22:21:38 +00:00
dyoung
dcf0b9e09f Sort. Remove duplicate lines. 2006-03-02 04:31:40 +00:00
christos
286c74606d update for auxgreg, clock, timer sparc man page addition. 2006-02-25 17:44:50 +00:00
christos
7a7bfc184b put back the vlan cat page. 2006-02-25 16:41:57 +00:00
christos
183d2e28cf remove vinum 2006-02-25 01:44:15 +00:00
pooka
eadf5bf8b1 add fdclone 2006-02-24 12:49:16 +00:00
yamt
7a114c5bd0 posix_fadvise is in section 2, not 3. pointed by Hisashi T Fujinaka. 2006-02-20 00:34:30 +00:00
yamt
03c44ce523 document posix_fadvise. 2006-02-19 22:27:47 +00:00
elad
378a5a27de Some stuff that's been sitting in my tree for too long...
Improve the pw_policy(3) API by splitting it to two functions, one to load
the policy from /etc/passwd.conf and another to test passwords against the
policy.

Some bug fixes, more consistent code, and man-page updates.

Minor for libutil bumped.
2006-02-18 10:52:48 +00:00
dyoung
08a8550184 Add 'man' property to ./usr/share/doc/groff/mom/*.ps, so we get
correct set-lists if MKMAN=no.
2006-02-14 23:44:51 +00:00
he
96a64d8503 Um, libiscsi_pic.a has no business being here (it's in comp/shl.mi
where it belongs, and where non-PIC platforms don't pick it up).
It looks like this was a cut+paste accident (tagged with "profile",
which would be libscsi_p.a).
2006-02-14 19:07:30 +00:00
christos
e6b7ea0ea9 deal with libssh bump. 2006-02-13 16:51:35 +00:00
macallan
1f4c33f072 crude attempt on a man page for the generic virtual consoles framework 2006-02-12 23:06:42 +00:00
riz
3c535000dc Add linux32_machdep.h . 2006-02-12 07:14:34 +00:00
jmmv
ecdf0a26f4 Mark /usr/include/sys/optstr.h as obsolete (no need to be installed there). 2006-02-11 17:39:36 +00:00
yamt
6093f6ed30 mark removed uvm_*_i.h obsolete. 2006-02-11 13:05:30 +00:00
yamt
c3a4b52047 sort. 2006-02-11 12:57:03 +00:00
gdamore
bcbff1364b Add evbmips and manual pages to distribution files, as requested by wiz@ 2006-02-11 01:51:22 +00:00
agc
38f0b002b6 Add entries for the iSCSI target, and supporting library and manual
pages.
2006-02-08 19:00:32 +00:00
christos
03b1813a52 delete sushi records. 2006-02-08 17:22:10 +00:00
christos
8049de76d6 mark sushi obsolete (per core's request) 2006-02-08 00:54:33 +00:00
wiz
44ee8715c8 Update for groff-1.19.2. 2006-02-06 18:53:25 +00:00
xtraeme
2d45c66ceb Add a pbms(4) manpage. Remove it from the source code and update TODO. 2006-02-05 18:38:34 +00:00
christos
845c1702ec bump libamu 2006-02-05 16:29:27 +00:00
christos
6d02ae65f5 Adjust sets for new libssh. 2006-02-04 22:36:11 +00:00
jmmv
6cf8f1a5d9 Revert yesterday's change that attempted to fix the detection of the
boot device when using a Multiboot boot loader.  It couldn't work because
these boot loaders do not pass a checksum of the disk so matchbiosdisk()
cannot really find any matches.  I should have gone to sleep before
commiting...

Found by xtraeme@.
2006-02-04 11:24:42 +00:00
jmmv
62c98fdb8d When booting an i386 kernel with Multiboot, properly detect the boot device
by looking it up in the x86_alldisks table (instead of trying to match it
to 'wd*' manually).

In order to do this, move the cpu_rootconf function from x86 common code
to amd64 and i386 specific one.  This way, i386 can do an extra step (call
the appropriate Multiboot code) in the appropriate place (after
x86_matchbiosdisks and before findroot()).
2006-02-03 23:33:30 +00:00
christos
c83a08de97 bump libopcodes 2006-02-03 21:43:30 +00:00
christos
ea4d395f13 bump libbfd 2006-02-03 16:33:00 +00:00
christos
209def21c7 bump libbfd, libopcodes. 2006-02-03 16:31:59 +00:00
jmmv
0b879f1cfc Implement support for 'The Multiboot Specification' so that i386 kernels
can be booted directly from Multiboot-compliant boot loaders (e.g. GRUB).
See the added multiboot(8) manual page for more information.

No objections in tech-kern@; only positive comments.
2006-02-03 11:08:23 +00:00
jmmv
47d8ee4167 Implement options string parsing of the form 'a=b c=d ...'. This will be
initially used by i386's Multiboot support but will be useful in other
situations too (think refactoring mount(2)'s API).
2006-02-03 11:04:46 +00:00
reinoud
09457a8a6e Initial import of a UDF file system implementation for NetBSD.
Finally the logic glue and the set distribution lists modifications.
2006-02-02 15:26:32 +00:00
skrll
76a44d106e Add byte_swap.h. HI DSL! 2006-02-02 08:17:35 +00:00
kleink
c682593001 Update for tzdata2006a. 2006-01-31 12:09:33 +00:00
apb
d6b37f8359 No space in "function()", "command;" or "$(command)".
Requested by christos.
2006-01-28 19:01:23 +00:00
apb
13da902879 During an "update" build, if previous versions of a syspkg were already
registered, or if previous versions of the syspkg .tgz file already
existed, then delete them.  Previously, this was a fatal error.

Approved by christos
2006-01-28 18:42:23 +00:00