summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Minor mdoc fix.Mike Pritchard1999-08-151-2/+2
| | | | Notes: svn path=/head/; revision=49834
* Minor style fix.Mike Pritchard1999-08-152-4/+4
| | | | Notes: svn path=/head/; revision=49833
* Various man page cleanup:Mike Pritchard1999-08-15137-414/+441
| | | | | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49831
* Various man page cleanup:Mike Pritchard1999-08-152-6/+6
| | | | | | | | - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. Notes: svn path=/head/; revision=49830
* Give if_tun the "almost clone" makeover.Poul-Henning Kamp1999-08-1512-90/+82
| | | | Notes: svn path=/head/; revision=49829
* Various man page cleanup:Mike Pritchard1999-08-1519-98/+93
| | | | | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlines in mdoc(7) - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexy M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49828
* Give BPF the "almost-clone" update. If you need more of them, makePoul-Henning Kamp1999-08-159-94/+47
| | | | | | | | more entries in /dev and be happy you don't need to recompile your kernel. Notes: svn path=/head/; revision=49827
* Introduce lminor(dev_t dev), which returns a linear minor number,Poul-Henning Kamp1999-08-153-3/+16
| | | | | | | ie: hides the fact that the major number is stuck in the middle. Notes: svn path=/head/; revision=49826
* Various man page cleanup:Mike Pritchard1999-08-153-15/+20
| | | | | | | | | | | | - Sort xrefs - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49825
* Various man page cleanup:Mike Pritchard1999-08-1533-197/+224
| | | | | | | | | | | | | - Sort xrefs. - FreeBSD.ORG -> FreeBSD.org - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49824
* Various man page cleanup:Mike Pritchard1999-08-158-23/+23
| | | | | | | | | | | | - Sort xrefs - Be consistent with section names as outlines in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49823
* Various man page cleanup:Mike Pritchard1999-08-156-24/+29
| | | | | | | | | | | | | | - Sort xrefs - FreeBSD.ORG -> FreeBSD.org - Properly xref RFCs. - Be consistent with section names as outlined in mdoc(7). - Other misc mdoc cleanup. PR: doc/13144 Submitted by: Alexey M. Zelkin <phantom@cris.net> Notes: svn path=/head/; revision=49822
* Correctly save `flags' bits.Kazutaka YOKOTA1999-08-152-2/+4
| | | | Notes: svn path=/head/; revision=49820
* contigmalloc1 (currently) depends on PQ_FREE and PQ_CACHE not being 0Alan Cox1999-08-151-2/+2
| | | | | | | | to tell a valid "struct vm_page" from an invalid one in the vm_page_array. This isn't a very robust method. Notes: svn path=/head/; revision=49819
* initsd: On completion, put the subdisk in 'initialized' status, notGreg Lehey1999-08-151-34/+34
| | | | | | | | | | 'up'. This matches changes in the kernel module. Reported-by: Bernd Walter <ticso@cicely.de> Remy Nonnenmacher <remy@synx.com> Notes: svn path=/head/; revision=49818
* Add note that a change needs backing out.Greg Lehey1999-08-152-29/+44
| | | | Notes: svn path=/head/; revision=49817
* Ensure that we can't create two different drives on the sameGreg Lehey1999-08-151-38/+50
| | | | | | | | | partition. Reported-by: Remy Nonnenmacher <remy@synx.com> Notes: svn path=/head/; revision=49816
* Add 'initialized' state for subdisks. After initializing, the subdiskGreg Lehey1999-08-155-94/+163
| | | | | | | | | | | | | | goes into initialized state, not 'up'. This makes it easier to ensure consistency in multi-plex volumes. update_plex_state: redo transitions from empty and initialized subdisks to up or reviving, depending on the number of plexes. Reported-by: Bernd Walter <ticso@cicely.de> Remy Nonnenmacher <remy@synx.com> Notes: svn path=/head/; revision=49815
* Add back in old definitions if we're compiling for alpha.Matt Jacob1999-08-151-1/+10
| | | | Notes: svn path=/head/; revision=49813
* Sight addendum to previous comment. The `undefined' token initializationDavid E. O'Brien1999-08-140-0/+0
| | | | | | | | bug was actually fixed in Bison 1.26. My previous comment was in context to our CVS repository. Notes: svn path=/head/; revision=49812
* Use Bison with "--broken-undeftoken-init".David E. O'Brien1999-08-141-2/+2
| | | | Notes: svn path=/head/; revision=49811
* Rather than deleting the grammer files during building, move them out of theDavid E. O'Brien1999-08-141-5/+5
| | | | | | | way. This way they are available for inspection when debugging problems. Notes: svn path=/head/; revision=49810
* Document how I imported this.David E. O'Brien1999-08-142-0/+53
| | | | Notes: svn path=/head/; revision=49809
* Due to brain damage on the FSF people, we can not longer pass "config.h"David E. O'Brien1999-08-141-0/+180
| | | | | | | | type settings on the compiler command line. FSF put their version of our "__P()" macro in config.h, thus ``config.h'' required now. Notes: svn path=/head/; revision=49808
* Fixes for Bison 1.25->1.28 upgrade.David E. O'Brien1999-08-142-7/+7
| | | | Notes: svn path=/head/; revision=49807
* Bad reference vidcontrol(4) -> vidcontrol(1)Chris Costello1999-08-141-2/+2
| | | | Notes: svn path=/head/; revision=49805
* Bad reference getsockname(8) -> getsockname(2)Chris Costello1999-08-143-6/+6
| | | | Notes: svn path=/head/; revision=49803
* Add "--broken-undeftoken-init" option. This makes Bison 1.28 bug compatableDavid E. O'Brien1999-08-142-1/+7
| | | | | | | | | | | | | | with version 1.25. Bison 1.28 fixed a bug in the initialization of the `undefined' symbol table entry. Unfortunately something about the way we are compiling egcs-1.1.2's cc1plus breaks with this bugfix. "--broken-undeftoken-init" is needed when compiling cc1plus. Otherwise /usr/libexec/cc1plus cannot compile libgcc. Notes: svn path=/head/; revision=49801
* Fix conflicts.David E. O'Brien1999-08-141-201/+220
| | | | Notes: svn path=/head/; revision=49800
* Fix conflicts, ensure rev 1.2 changes are made to v1.28.David E. O'Brien1999-08-141-4/+11
| | | | Notes: svn path=/head/; revision=49799
* Use stock v1.28 bison.simple.David E. O'Brien1999-08-141-43/+108
| | | | | | | | Bison 1.28 has our bison.simple rev 1.2 change, but due to code movement, ``cvs'' didn't realize this. Notes: svn path=/head/; revision=49798
* This commit was generated by cvs2svn to compensate for changes in r49795,David E. O'Brien1999-08-1452-2185/+6207
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=49796
| * Virgin import of GNU Bison 1.28vendor/misc-GNU/bisonDavid E. O'Brien1999-08-1455-2428/+6546
| | | | | | | | Notes: svn path=/vendor/bison/dist/; revision=49795
* | Bad reference of uname(2) -> uname(3)Chris Costello1999-08-141-2/+2
| | | | | | | | Notes: svn path=/head/; revision=49794
* | Fix bad references, remove some invalid ones such as sa(9).Chris Costello1999-08-1411-28/+26
| | | | | | | | Notes: svn path=/head/; revision=49792
* | Fix potential overflow, remove unnecessary bzero.Alfred Perlstein1999-08-141-12/+11
| | | | | | | | | | | | | | | | | | | | | | Pointed out by: green remove redundant strlen, sprintf returns the length. Reviewed by: peter Notes: svn path=/head/; revision=49791
* | Change to continue process after calling `Get Resume TImer' APMMitsuru IWASAKI1999-08-141-2/+2
| | | | | | | | | | | | | | | | | | BIOS function (supported in v1.2) on older BIOS version (v1.1 or 1.0). Reviewed by: -mobile ML folks. Notes: svn path=/head/; revision=49790
* | - Add apm_check_function_supported() and call it fromMitsuru IWASAKI1999-08-142-4/+132
| | | | | | | | | | | | | | | | | | | | | | | | | | apm_bioscall() to check requested BIOS is supported or not. - Add workaround in apm_driver_version() for the buggy BIOSes which don't return the connection version in %ax. PR: i386/13028 Reviewed by: sanpei@sanpei.org and Warner Losh. Notes: svn path=/head/; revision=49789
* | Implementation of the linux_getcwd syscall.Marcel Moolenaar1999-08-145-6/+50
| | | | | | | | Notes: svn path=/head/; revision=49788
* | Extend the number of syscalls to include those present in Linux 2.2.10. TheseMarcel Moolenaar1999-08-142-2/+18
| | | | | | | | | | | | | | | | are syscalls 183 to 190. Also implement syscall 183: linux_getcwd. This is needed to support a RH 6.0 environment. Notes: svn path=/head/; revision=49787
* | Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. BothMarcel Moolenaar1999-08-147-157/+483
| | | | | | | | | | | | | | | | | | | | | | | | | | functions use the new sigset_t and sigaction_t which allows support for more than 32 signals. Only the lower 32 signals are supported for now. linux_rt_sigaction, linux_sigaction and linux_signal use linux_do_sigaction to do the actual work. That way unnecessary redundancy is avoided. The same has been done for linux_rt_sigprocmask and linux_sigprocmask. They call linux_do_sigprocmask to do the actual work. Notes: svn path=/head/; revision=49786
* | s/Yes/YES/g. `tcp_extensions''s comment implied "Yes" was a valid valueDavid E. O'Brien1999-08-141-2/+2
| | | | | | | | | | | | | | | | | | for turning on the feature. Which is wrong. Submitted by: bde Notes: svn path=/head/; revision=49785
* | Implementation of linux_rt_sigaction and linux_rt_sigprocmask syscalls. TheseMarcel Moolenaar1999-08-142-6/+18
| | | | | | | | | | | | | | syscalls are needed to support a RH 6.0 environment. Notes: svn path=/head/; revision=49784
* | Hopefully clarify "log_in_vain" knob's comment.David E. O'Brien1999-08-141-2/+2
| | | | | | | | | | | | | | Reviewed by: bde, sheldonh, andreas Notes: svn path=/head/; revision=49783
* | Append the flags from the "boot" command to those which came fromJohn Polstra1999-08-141-2/+23
| | | | | | | | | | | | | | | | | | the SRM environment. This makes the traditional "boot [/kernel] -s" and similar things work on the Alpha. Since the flags are appended, they augment and/or override those from the SRM environment. Notes: svn path=/head/; revision=49782
* | Minor glitch in ti_newbuf_jumbo(): m_adj() was being called onBill Paul1999-08-142-6/+6
| | | | | | | | | | | | | | | | | | m instead of m_new. Submitted by: Kenneth D. Merry <ken@kdm.org> Notes: svn path=/head/; revision=49780
* | Don't force compression in SUPFLAGS, since that effectively negatesSheldon Hearn1999-08-143-6/+6
| | | | | | | | | | | | | | | | | | the functionality of the compression option in the supfile. Reported by: Ben Rosengart <ben@skunk.org> Notes: svn path=/head/; revision=49777
* | add debugging message in unregister_methodNick Hibma1999-08-141-1/+2
| | | | | | | | Notes: svn path=/head/; revision=49775
* | Fix LINUX_TIOC{S|G}SERIAL implementation. Both do not copy data in or outMarcel Moolenaar1999-08-142-50/+42
| | | | | | | | | | | | | | | | | | | | | | | | of kernel space. Remove the ioctl supporting functions, and move the actual code to the switch-statement. Now everybody can clearly see that the implementation is really poor. Also fix a typo in LINUX_TIOCGETD. The underlying function was given command TIOCSETD instead op TIOCGETD... Notes: svn path=/head/; revision=49774
* | Minor spelling glitchNick Hibma1999-08-141-2/+2
| | | | | | | | Notes: svn path=/head/; revision=49773