| Commit message (Expand) | Author | Age | Files | Lines |
* | Add session argument to *close_disk, allowing to set session type on fixate. | sos | 2001-01-10 | 15 | -61/+54 |
* | Add session argument to *CLOSEDISK, allowing to set session type on fixate. | sos | 2001-01-10 | 1 | -4/+7 |
* | Have rpcgen actually tell us what cpp it is looking for (as it would if we | obrien | 2001-01-10 | 1 | -1/+1 |
* | - Add #defines for the symbol names of the kernel interrupt, system | jake | 2001-01-10 | 2 | -58/+94 |
* | Enable fixed event at not only boot but also wakeup. | iwasaki | 2001-01-10 | 1 | -13/+33 |
* | Bump __FreeBSD_version for libgcc/linking changes. | obrien | 2001-01-10 | 1 | -1/+1 |
* | Add these key bindings for tcsh users in interactive mode: | archie | 2001-01-10 | 1 | -0/+5 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-10 | 4 | -10/+22 |
* | Protect proc.p_pptr with the proctree lock. | jake | 2001-01-10 | 2 | -4/+20 |
* | Mdoc(7)ify. | ru | 2001-01-10 | 1 | -36/+66 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-10 | 1 | -9/+7 |
* | Liberal application of style(9). | joe | 2001-01-10 | 1 | -665/+758 |
* | Prepare for mdoc(7)NG. | ru | 2001-01-10 | 6 | -108/+179 |
* | Bugfix to make configuration of isp/isppp interfaces by using isdnd.rc work | hm | 2001-01-10 | 1 | -12/+10 |
* | Add PCI id's for the Planet PCI ISDN Adapter (Model IA128P-STDV) | hm | 2001-01-10 | 1 | -4/+3 |
* | Flag an error and remove the program from the list if there is | joe | 2001-01-10 | 1 | -1/+4 |
* | update the makefile to install all files from this directory to /etc/isdn | hm | 2001-01-10 | 1 | -6/+10 |
* | Update: allow a list of numbers to be ignored and display the line on | hm | 2001-01-10 | 1 | -15/+35 |
* | correct two horrible spelling errors | hm | 2001-01-10 | 1 | -3/+3 |
* | add a the missing (german) holidays file | hm | 2001-01-10 | 1 | -0/+34 |
* | Remove a mismatched splbio() in aac_start (the called functions each protect | msmith | 2001-01-10 | 1 | -2/+1 |
* | mdoc(7) police: fixed (minor) mdoc bugs introduced in previous revision. | ru | 2001-01-10 | 1 | -2/+3 |
* | correct a small typo in isdnd that broke the ppp-expect-password option | hm | 2001-01-10 | 1 | -2/+2 |
* | Fix some memory leaks | julian | 2001-01-10 | 13 | -110/+192 |
* | Part of rewrite of RAID-[45] locking code: | grog | 2001-01-10 | 1 | -27/+29 |
* | vinumstart: Don't check for B_DONE on return from bre(), it doesn't | grog | 2001-01-10 | 1 | -12/+4 |
* | bre5: don't bufdone the user bp on error, let vinumstart() do it. | grog | 2001-01-10 | 1 | -2/+1 |
* | Remove obsolete functions [un]lockplex and [un]lockvol. | grog | 2001-01-10 | 1 | -139/+64 |
* | Get definition of Malloc right when not using VINUMDEBUG | grog | 2001-01-10 | 1 | -1/+1 |
* | open_drive: Refuse to open partition c of a disk device. | grog | 2001-01-10 | 1 | -5/+9 |
* | config_plex: Initialize mutex for parity plexes. | grog | 2001-01-10 | 1 | -1/+10 |
* | Use PCPU_GET, PCPU_PTR and PCPU_SET to access all per-cpu variables | jake | 2001-01-10 | 57 | -438/+477 |
* | Add these key bindings for tcsh users in interactive mode: | archie | 2001-01-10 | 1 | -0/+5 |
* | In m_mballoc_wait(), drop the mmbfree mutex lock prior to calling | bmilekic | 2001-01-09 | 1 | -12/+15 |
* | Fix a minor bug that prevents NEWBUS users from setting more than | dmlb | 2001-01-09 | 1 | -1/+1 |
* | Move the syscons configuration to a machine independent rc.syscons. The | jhb | 2001-01-09 | 7 | -455/+362 |
* | moved isp_pci.c from pci to dev/isp | mjacob | 2001-01-09 | 2 | -1827/+1 |
* | o Minor style(9)ism to make consistent with -STABLE | rwatson | 2001-01-09 | 1 | -1/+1 |
* | The alpha architecture is 64 bits, so bus_addr_t && bus_size_t should really | mjacob | 2001-01-09 | 1 | -4/+5 |
* | Use /usr/bin/cpp as on NetBSD, not /usr/libexec/cpp. | obrien | 2001-01-09 | 1 | -3/+1 |
* | Fixed mdoc(7)NG warnings introduced in the previous revision. | ru | 2001-01-09 | 1 | -4/+2 |
* | Move the mutex initialization from avma1pp_bchannel_setup into | jlemon | 2001-01-09 | 1 | -2/+9 |
* | When queueing a packet, call the output start routine. I botched this | jlemon | 2001-01-09 | 1 | -1/+1 |
* | Add a flag value to the board identifiers, and use this to enable the | jlemon | 2001-01-09 | 3 | -22/+38 |
* | o acl_from_text.c: | rwatson | 2001-01-09 | 4 | -48/+20 |
* | o bzero() the ACL structure only if malloc() returns non-NULL. | rwatson | 2001-01-09 | 2 | -2/+4 |
* | o Correct spelling error from patch in previous commit. | rwatson | 2001-01-09 | 2 | -2/+2 |
* | o Add missing initialization of errno from error returns of | rwatson | 2001-01-09 | 6 | -0/+6 |
* | Add a large _warning_ about using COMPAT_SVR4. | green | 2001-01-09 | 1 | -1/+2 |
* | Evidently, svr4 is broken at the moment. Disconnect the build to prevent | green | 2001-01-09 | 1 | -1/+1 |