summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-2892-1975/+1823
* .Xr chflags 1 ,hoek1999-04-271-1/+2
* Simplify the tunefs example, since tunefs uses getfsfile(). Lots ofmsmith1999-04-271-3/+3
* Simplify the definition of FBSD_SWITCH_TAKES_ARG, and make sureobrien1999-04-272-18/+8
* Eliminate compiler warning about missing type in declaration.jdp1999-04-271-3/+2
* Fix the code that prints the "Initializing PC-card drivers" messagejdp1999-04-271-4/+3
* Wait until EGCS 1.2 to use more efficient ``thunks'' to implement C++ vtables.obrien1999-04-271-3/+4
* o Make package matching for specific package loading use the Latest/jkh1999-04-2719-96/+328
* Change suser_xxx() to suser() where it applies.phk1999-04-2716-79/+72
* 1. Remove the hateful EDITOR=ee from root's environment; it's onejkh1999-04-272-4/+3
* bump __FreeBSD_version to 400005:phk1999-04-271-2/+2
* Suser() simplification:phk1999-04-27128-394/+399
* lpd tries to be clever and checks if RM == my_hostname.jkh1999-04-273-3/+25
* echo ^G^G -> echo \007\007 in loader.rc in kern.flp.max1999-04-271-3/+3
* Mention that set-id bits are not honoured for shell scripts andhoek1999-04-271-1/+8
* If pkg_info is run with no args, default to "-aI".jkh1999-04-271-2/+7
* Make options like NO_F00F_HACK work (with context sensitive lexical rules).luoqi1999-04-272-30/+45
* Specify the ssh command to use for a VPN inline.brian1999-04-271-7/+3
* Change ``set device'' so that it parses its arguments as onebrian1999-04-275-62/+91
* Fix from Justin for transfer negotiations for targets up to target ID 7.ken1999-04-261-39/+43
* Add support for printing bridging statistics with ``-p bdg '' .luigi1999-04-264-2/+42
* Make one pass through the firewall the default.luigi1999-04-261-2/+2
* Move an option outside of a nested list and up a bit to live free amongkris1999-04-261-3/+3
* Only call kvtop on non-null id_maddr's...peter1999-04-261-3/+8
* Temporary hack. The radix code shouldn't need this, it should bepeter1999-04-261-1/+2
* Protect the ifinit() function's internals with splimp() for safety sincepeter1999-04-261-4/+5
* Minor seatbelt tweak. The init code used to be splimp() protected,peter1999-04-261-2/+7
* Register the netisr's via SYSINIT rather than linker sets.peter1999-04-263-80/+18
* Register the local (unix domain) sockets ourselves.peter1999-04-261-1/+2
* Redo domain registration to use SYSINITS rather than linker sets.peter1999-04-261-70/+8
* Add support for NetBSDbrian1999-04-269-33/+57
* #include <errno.h>, not <sys/errno.h>brian1999-04-265-12/+12
* Add support for NetBSD (history() from libedit is different).brian1999-04-261-2/+9
* Make DOMAIN_SET() use SYSINIT rather than linker sets.peter1999-04-261-3/+3
* Make NETISR_SET use a SYSINIT() rather than a linker set.peter1999-04-261-5/+5
* More egcs warning fixes:imp1999-04-2510-16/+23
* More egcs warning fixes:imp1999-04-253-9/+10
* More egcs warning fixes:imp1999-04-258-18/+13
* More egcs warning fixes:imp1999-04-257-14/+19
* Use braces to avoid potentially ambiguous else clause.imp1999-04-254-5/+8
* Fix a very long standing bug in run_interrupt_driven_config_hooks(). Itpeter1999-04-251-3/+4
* Make man page reflect reality on parsing rules. Now I know Jordandcs1999-04-252-6/+8
* First set of fixes to keep egcs happy. These include {} around singleimp1999-04-2511-26/+34
* pmap_dispose_proc and pmap_copy_page:alc1999-04-252-28/+46
* Revert previous commit. It broke 'make world' with NOSHARED=yes becausesteve1999-04-251-2/+2
* use `target' macro crafted in parent Makefile rather than making our ownobrien1999-04-251-2/+2
* Hookup FORTRAN info docs.obrien1999-04-252-1/+15
* Typowosch1999-04-252-4/+4
* Remove several explicit rules. The two for exceptioni.o and typeionfoi.oobrien1999-04-251-43/+1
* Change the loader.rc in the boot floppy to:max1999-04-251-2/+4
OpenPOWER on IntegriCloud