summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix debug printf formatspeter2002-02-281-2/+1
* For unbraking "make release": s/client/common/gmatusita2002-02-281-7/+7
* Fix some unused warnings. One function is only used ifpeter2002-02-271-0/+8
* Fix warnings (comment out unused tables that are taking space in thepeter2002-02-271-0/+4
* Tag if_ie.c, isp.c and isp_pci.c as nowerror (qualifier problems, and thirdpeter2002-02-271-3/+3
* Fix warningspeter2002-02-272-2/+2
* Fix warnings. The driver would be more useful with a DRIVER_MODULE()peter2002-02-274-1/+5
* When searching an object that was opened with RTLD_GLOBAL, search its DAG too.des2002-02-271-3/+6
* Repair some warnings. These are accessing idle portions of shared memorypeter2002-02-271-5/+9
* Remove support for FreeBSD 2.x from this driver.imp2002-02-271-120/+1
* Fix warning (unused variable)peter2002-02-271-1/+0
* Mark a few more broken pci drivers as nowerror.peter2002-02-271-6/+6
* Fix warning (passing wrong arg to arp_ifinit())peter2002-02-271-1/+1
* Mark stallion.c as nowerror (known broken, this is a #warning)peter2002-02-272-2/+2
* Fix format warning.peter2002-02-271-1/+1
* The do { } while (0) macro example was missing a space after the 'e'.imp2002-02-271-1/+1
* Use SIGUSR1 to propogate SIGURG to the child; security measures preventfenner2002-02-271-2/+3
* Improve error reporting - report error message when there is one, orfenner2002-02-271-1/+4
* Use network byte order for the ICMP sequence number. This is onlyfenner2002-02-271-6/+8
* Use login_getpwclass() instead of login_getclass() so that defaultgreen2002-02-271-1/+1
* Minor style(9) nit + utilize ELF features for the FreeBSD ID.obrien2002-02-273-16/+10
* Back out part of KSE/M2 that snuck in under the radar: changing thejhb2002-02-273-5/+5
* Check if string is not NULL, not *string, before setting *string.green2002-02-271-2/+2
* We do not support the sparc platform.obrien2002-02-272-129/+0
* Minor WS change to improve readability.obrien2002-02-272-6/+6
* Unbreak fore adapters from POV of warnings.julian2002-02-272-2/+2
* Remove now unused struct proc *p.imp2002-02-271-1/+0
* - Insert a space in the panic() string in order more clearly show thearr2002-02-272-2/+2
* Add a comment explaining a code change..julian2002-02-271-2/+2
* Use thread0.td_ucred instead of proc0.p_ucred. This change is cosmeticjhb2002-02-273-11/+11
* - Change namei() to use td_ucred instead of p_ucred.jhb2002-02-273-7/+7
* - Change unp_listen() to accept a thread rather than a proc as its secondjhb2002-02-271-5/+5
* Fix Giant leakage in several error cases in __semctl().jhb2002-02-271-4/+4
* Add a comment about an unlocked access to p_ucred that will go away injhb2002-02-271-0/+1
* Use td_ucred and thus remove now unneeded proc lock acquire and release.jhb2002-02-271-3/+1
* Use some black make(1) magic to make pkg_install build even withoutsobomax2002-02-271-0/+5
* kill __P.alfred2002-02-271-22/+22
* add assertions in the places where giant is required to catch whenalfred2002-02-271-0/+12
* Add lukemftpd to the mix.obrien2002-02-271-0/+1
* Build LukeM's ftpd.obrien2002-02-272-0/+327
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-27117-454/+430
* Temporarily lock Giant while we update td_ucred. The proc lock doesn'tjhb2002-02-271-6/+6
* Put the last added source file in proper order.obrien2002-02-271-1/+1
* Fix a horribly suboptimal algorithm in the vm_daemon.silby2002-02-2711-34/+169
* Adding Boot-loader translationgioria2002-02-271-1/+43
* 1) Remove -Wall from Makefile.dwmalone2002-02-279-71/+80
* Add gem and hme.tmm2002-02-271-0/+5
* Add a driver for the Sun GEM (Gigabit) and ERI (100 Mb/s) PCI ethernettmm2002-02-274-0/+2989
* Motherboard and processor translationgioria2002-02-271-3/+69
* Add a driver for the Sun HME PCI/SBus ethernet adaptor, which is onboardtmm2002-02-275-0/+2455
OpenPOWER on IntegriCloud