aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Understand new locale names and Latin15 tooAndrey A. Chernov2001-06-102-2/+2
| | | | Notes: svn path=/head/; revision=77994
* Fix Latin1 man directories for new locale namesAndrey A. Chernov2001-06-103-2/+15
| | | | Notes: svn path=/head/; revision=77993
* Add a missing \nBrian Somers2001-06-107-7/+7
| | | | | | | | | Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> PR: 28014 MFC after: 1 week Notes: svn path=/head/; revision=77992
* Fix for new locale namesAndrey A. Chernov2001-06-101-1/+1
| | | | Notes: svn path=/head/; revision=77991
* Fix for new locale namesAndrey A. Chernov2001-06-102-4/+7
| | | | Notes: svn path=/head/; revision=77990
* sbuf_new(9) now returns a struct sbuf * instead of an int. If the callerDag-Erling Smørgrav2001-06-104-23/+46
| | | | | | | | does not provide a struct sbuf, sbuf_new(9) will allocate one and return a pointer to it. Notes: svn path=/head/; revision=77989
* Fix ISO_ sneakedAndrey A. Chernov2001-06-101-4/+4
| | | | Notes: svn path=/head/; revision=77988
* Use new locale namesAndrey A. Chernov2001-06-107-15/+15
| | | | Notes: svn path=/head/; revision=77987
* Use en_GB for en_NZAndrey A. Chernov2001-06-101-2/+2
| | | | Notes: svn path=/head/; revision=77985
* Switch to new locale namesAndrey A. Chernov2001-06-1027-348/+34
| | | | Notes: svn path=/head/; revision=77984
* Switch to new locale namesAndrey A. Chernov2001-06-1029-339/+36
| | | | Notes: svn path=/head/; revision=77983
* Switch to new locale namesAndrey A. Chernov2001-06-1033-1186/+34
| | | | Notes: svn path=/head/; revision=77982
* Switch to new locale namesAndrey A. Chernov2001-06-1030-3037/+64
| | | | Notes: svn path=/head/; revision=77981
* Switch to new locale namesAndrey A. Chernov2001-06-1042-1799/+67
| | | | Notes: svn path=/head/; revision=77980
* Move the first section up one page. The firmware bogusly uses the firstDoug Rabson2001-06-102-0/+2
| | | | | | | | | page of the image to load section headers and if we let the text section start at zero, it corrupts the section table when its loaded. With this change, the loader gets as far as the 'ok' prompt. Notes: svn path=/head/; revision=77979
* Remove a 'return' statement which I put in while I was trying to debugDoug Rabson2001-06-102-2/+0
| | | | | | | the startup code. Notes: svn path=/head/; revision=77978
* Switch to new locale namesAndrey A. Chernov2001-06-1011-972/+19
| | | | Notes: svn path=/head/; revision=77977
* New locale names and aliases to old onesAndrey A. Chernov2001-06-104-181/+317
| | | | Notes: svn path=/head/; revision=77976
* Back out rev 1.268.Sheldon Hearn2001-06-101-21/+10
| | | | | | | Requested by: wollman, rwatson Notes: svn path=/head/; revision=77974
* Fix cross-references:Maxim Sobolev2001-06-103-7/+7
| | | | | | | | | | | xntpd.8 --> ntpd.8 acl_delete_perms.3 --> acl_delete_perm.3 getname.2 --> getsockname.2 MFC after: 1 week Notes: svn path=/head/; revision=77973
* Fix a minor style bug in the last commit.Jesper Skriver2001-06-101-1/+1
| | | | | | | | Submitted by: Adrian Steinmann <ast@marabu.ch> MFC after: 2 days Notes: svn path=/head/; revision=77971
* Make the default value of net.inet.ip.maxfragpackets andJesper Skriver2001-06-103-3/+6
| | | | | | | | | | | net.inet6.ip6.maxfragpackets dependent on nmbclusters, defaulting to nmbclusters / 4 Reviewed by: bde MFC after: 1 week Notes: svn path=/head/; revision=77969
* Explicitly initialize the reference count to 0. This silences a warningDag-Erling Smørgrav2001-06-101-1/+1
| | | | | | | with -Wno-uninitialized. Notes: svn path=/head/; revision=77968
* Blah, not my day. This file needs <sys/mutex.h> now.Dag-Erling Smørgrav2001-06-101-0/+1
| | | | Notes: svn path=/head/; revision=77967
* Remember to unlock the process pfind() returns.Dag-Erling Smørgrav2001-06-101-1/+5
| | | | Notes: svn path=/head/; revision=77966
* Add missing #include of <sys/mutex.h>.Dag-Erling Smørgrav2001-06-103-0/+3
| | | | Notes: svn path=/head/; revision=77965
* Catch up with the change in sbuf_new's prototype.Dag-Erling Smørgrav2001-06-101-8/+8
| | | | Notes: svn path=/head/; revision=77964
* Remove comments about PCMCIA fdc attachment using flags 0x2. The 4.x versionWarner Losh2001-06-101-8/+0
| | | | | | | of this code doesn't do that. Notes: svn path=/head/; revision=77963
* Move the files from i386/isa/ic/ to dev/ic/.Yoshihiro Takahashi2001-06-106-138/+8
| | | | Notes: svn path=/head/; revision=77962
* Added ESP98 specific register (merged from i386/isa/ic/esp.h).Yoshihiro Takahashi2001-06-101-0/+1
| | | | Notes: svn path=/head/; revision=77961
* Removed unneeded pc98 code (merged from i386/isa/ic/ns16550.h).Yoshihiro Takahashi2001-06-101-14/+0
| | | | Notes: svn path=/head/; revision=77960
* Provide better advise than the last commit to UPDATING advocated aboutWarner Losh2001-06-101-3/+10
| | | | | | | running newer pccard software. Notes: svn path=/head/; revision=77959
* Add an example of how to do the cryptic change suggested by UPDATINGJulian Elischer2001-06-101-1/+3
| | | | | | | for pccard IRQs. Notes: svn path=/head/; revision=77958
* Bring in NetBSD code used in the PowerPC port.Benno Rice2001-06-1049-0/+17592
| | | | | | | | Reviewed by: obrien, dfr Obtained from: NetBSD Notes: svn path=/head/; revision=77957
* Changes to sys/ includes to support PowerPC.Benno Rice2001-06-102-1/+4
| | | | | | | Reviewed by: obrien, dfr Notes: svn path=/head/; revision=77956
* Document the PANIC_REBOOT_WAIT_TIME option.Dima Dorfman2001-06-102-4/+12
| | | | | | | | PR: 22228 Submitted by: Keith Jones <keith@mithy.demon.co.uk> Notes: svn path=/head/; revision=77952
* fdc doesn't support talking to QIC40/QIC80 tape drives, and hasn't sinceWarner Losh2001-06-101-1/+1
| | | | | | | ft was removed from the tree prior to branching releng_3! Notes: svn path=/head/; revision=77951
* Add a comma between the two names in the CONTRIBUTERS section.Dima Dorfman2001-06-101-1/+1
| | | | Notes: svn path=/head/; revision=77950
* Two fixes to the out-of-swap process termination code. First, start killingMatthew Dillon2001-06-093-3/+44
| | | | | | | | | | | | | | processes a little earlier to avoid a deadlock. Second, when calculating the 'largest process' do not just count RSS. Instead count the RSS + SWAP used by the process. Without this the code tended to kill small inconsequential processes like, oh, sshd, rather then one of the many 'eatmem 200MB' I run on a whim :-). This fix has been extensively tested on -stable and somewhat tested on -current and will be MFCd in a few days. Shamed into fixing this by: ps Notes: svn path=/head/; revision=77948
* fix RCS ID style nitDavid E. O'Brien2001-06-091-1/+1
| | | | Notes: svn path=/head/; revision=77944
* First approximation of an ia64 EFI loader. Not functional.Doug Rabson2001-06-0950-0/+8264
| | | | Notes: svn path=/head/; revision=77943
* Simplify, with the power of new mdoc(7).Ruslan Ermilov2001-06-091-9/+3
| | | | Notes: svn path=/head/; revision=77940
* Fix /etc/rc so that all remote filesystems, not just NFS, are mountedSheldon Hearn2001-06-091-10/+21
| | | | | | | | | | | | | after the network is configured. Future remote filesystem types should be added to remote_fstypes, which is a whitespace-delimited list of type:description pairs. The specific problem this fixes right now is that smbfs mounts described in /etc/ftsab were failing. Notes: svn path=/head/; revision=77938
* Bump __FreeBSD_version to reflect machine/ioctl_fd.c moving to sys/fdcio.hBrian Somers2001-06-091-1/+1
| | | | Notes: svn path=/head/; revision=77937
* First stab at adding back in CL-PD6729 support.Warner Losh2001-06-091-1/+15
| | | | Notes: svn path=/head/; revision=77936
* Add PC9801-102 CBUS card to the list of plug and play devices. SomeWarner Losh2001-06-092-0/+4
| | | | | | | | | | mapping of irq 6 may be required to use that irq, but if so, additional commits will follow. Submitted by: Hiroshi TSUKADA-san Notes: svn path=/head/; revision=77935
* Add -j to the usage string.Dima Dorfman2001-06-091-1/+1
| | | | | | | | PR: 27986 Submitted by: Cyrille Lefevre <clefevre@redirect.to> Notes: svn path=/head/; revision=77934
* ID style nit.David E. O'Brien2001-06-091-1/+1
| | | | Notes: svn path=/head/; revision=77933
* Update copyright.David E. O'Brien2001-06-091-1/+1
| | | | Notes: svn path=/head/; revision=77932
* Fix style of defines.David E. O'Brien2001-06-095-199/+199
| | | | Notes: svn path=/head/; revision=77931