summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Try to apply consistent indentation.des2004-01-241-20/+19
|
* Include the hostname in the history file.des2004-01-241-2/+3
|
* Add PFIL_HOOKS to the GENERIC kernel configuration, primarily sonectar2004-01-247-0/+7
| | | | | | that one can load the IPFilter module (which requires PFIL_HOOKS). Requested by: Many, for over a year
* Bump the date.des2004-01-242-2/+2
|
* Bump version number to reflect the addition of cvsup support.des2004-01-242-2/+2
|
* Ignore incomplete logs when figuring out what branches and platformsdes2004-01-241-1/+1
| | | | to display.
* I won't be using stanley any more.des2004-01-242-14/+1
|
* Drop RELENG_5_1 due to lack of resources.des2004-01-241-1/+1
|
* Add powerpc, which should build cleanly now.des2004-01-241-1/+1
|
* Copy workaround from FFS: open device for write access even iftjr2004-01-242-0/+38
| | | | | | | | the user requests a read-only mount. This is necessary because we don't do the VOP_OPEN again if they upgrade a read-only mount to read-write. Noticed by: bde
* Sync to 1.160 of usbdevssanpei2004-01-242-2/+25
|
* Add Supportsanpei2004-01-242-0/+13
| | | | | | | | | | | - 2nd type of GL641USB USB-IDE bridge [1] - Plextor Plexwriter 40/12/40U [2] PR: kern/61671 [1] kern/61803 [2] Submitted by: Ralf Wenk <RZ-FreeBSD0401@fh-karlsruhe.de> [1] Feisal Mohammed <feisal@uwi.tt> [2] MFC after: 1 week
* Add missing newlines to some device_printf()s.wpaul2004-01-241-3/+6
| | | | | Don't do anything in ndis_get_assoc() if the link isn't up (avoids spurrious "couldn't get bssid" messages on the console).
* Sync the list of supported SiS chips with the hardware notesbrueffer2004-01-241-1/+1
|
* When writing/reading longs use explicit 32bit temporary values.mbr2004-01-241-3/+4
| | | | | | | | MFNetBSD rev. 1.15 + rev 1.16 PR: bin/60901 Submitted by: Logan Gabriel <gersh@sonn.com> Obtained from: NetBSD
* Make references to using dmesg and ps directly on dumps rather thangrog2004-01-241-7/+25
| | | | | | | | | running gdb just for these purposes. Submitted by: simokawa Add references to dmesg(8) and ps(1). Sort references.
* Add SiI3114 to the list of supported chipsetsbrueffer2004-01-231-1/+1
|
* If we have ISP_ROLE_INITIATOR set, make sure that we clear ICBOPT_INI_DISABLEmjacob2004-01-231-0/+6
| | | | | from the fwoptions. Likewise, we *set* ICBOPT_INI_DISABLE if we don't have initiator role.
* add MAKE_WWN_FROM_NODE_NAME macromjacob2004-01-231-0/+10
|
* Add firmware major, minor and micro revsions to the ISP_FC_GETHINFO ioctlmjacob2004-01-232-0/+7
| | | | structure.
* Document the CVSUP and REPOSITORY configuration variables.des2004-01-231-0/+12
|
* Add support for tinderbox.pl's --cvsup and --repository options.des2004-01-231-7/+13
| | | | Sort %CONFIG.
* Document cvsup support.des2004-01-231-9/+18
|
* Add support for using cvsup instead of cvs to update the source tree.des2004-01-231-34/+70
| | | | | | Fix the "clean" command: don't try to rmdir symlinks, and run chflags before trying to delete the chroot tree. Tweak some error and info messages.
* Merge vfprintf.c, v1.61 and 1.62. For compatibility with __hdtoa()das2004-01-231-19/+25
| | | | | | | and to reduce diffs between vfprintf.c and vfwprintf.c, declare xdigs* to be char arrays rather than wchar_t arrays. In collaboration with: tjr
* Deal with keys with descriptions that have empty fields in some ofwpaul2004-01-231-4/+12
| | | | | | | | their lines. Properly discard PCMCIA device declarations. I plan to support PCMCIA cards, but they don't work yet, and it appears some .INF files declare both PCI and PCMCIA device instances.
* Make sure to keep track of canceled events.phk2004-01-231-0/+2
| | | | Submitted by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
* Don't grab Giant in crfree(), since prison_free() no longer requires it.rwatson2004-01-231-3/+1
| | | | | | | | | | | | | | The uidinfo code appears to be MPSAFE, and is referenced without Giant elsewhere. While this grab of Giant was only made in fairly rare circumstances (actually GC'ing on refcount==0), grabbing Giant here potentially introduces lock order issues with any locks held by the caller. So this probably won't help performance much unless you change credentials a lot in an application, and leave a lot of file descriptors and cached credentials around. However, it simplifies locking down consumers of the credential interfaces. Bumped into by: sam Appeased: tjr
* Add KASSERTS.phk2004-01-231-0/+11
| | | | Submitted by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
* Defer the vrele() on a jail's root vnode reference from prison_free()rwatson2004-01-234-23/+80
| | | | | | | | | | | | | | | | | | to a new prison_complete() task run by a task queue. This removes a requirement for grabbing Giant in crfree(). Embed the 'struct task' in 'struct prison' so that we don't have to allocate memory from prison_free() (which means we also defer the FREE()). With this change, I believe grabbing Giant from crfree() can now be removed, but need to check the uidinfo code paths. To avoid header pollution, move the definition of 'struct task' to _task.h, and recursively include from taskqueue.h and jail.h; much preferably to all files including jail.h picking up a requirement to include taskqueue.h. Bumped into by: sam Reviewed by: bde, tjr
* Plug an insignificant memoryleak.phk2004-01-231-0/+3
| | | | Submitted by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
* Add missing newline in printf.phk2004-01-231-1/+1
| | | | Submitted by: Pawel Jakub Dawidek <nick@garage.freebsd.pl>
* Add missing options from pcvt_conf.h to options.i386. Thisphilip2004-01-231-1/+11
| | | | | | | | allows the kernel build to survive config when these options are specified in the config file. Reviewed by: hm Approved by: njl (mentor)
* Fix section number in cross reference.tjr2004-01-231-1/+1
|
* * fwohci_pci.csimokawa2004-01-232-10/+17
| | | | | | | | Improve error message for attach failure. * sbp_targ.c - Add speed in struct sbp_targ_login. - Remove unnecessary htonl().
* Fix bogus "ffsinfo -c 0" example with "ffsinfo -g 0 -l 4".blackend2004-01-231-1/+2
| | | | | | PR: bin/61472 Submitted by: Alex Popa <razor@ldc.ro> MFC after: 1 week
* Sync with DFBSD v.1.16. Add new codecs IDs, fix some spelling.matk2004-01-231-3/+21
| | | | Approved by: des (interim mentor)
* MFS: Switch from iso-8859-1 to iso-8859-15.ale2004-01-231-3/+3
| | | | Approved by: blackend (mentor)
* Create the OID and tree files while building the modules and the daemonharti2004-01-2320-640/+50
| | | | | | | | instead of creating them by hand and storing them in the CVS tree. Add gensnmptree to the bootstrap tools (it is used to generated these files). This simplifies the update procedure. Submitted by: ru
* Don't panic if there are more than 255 interfaces in the system.ru2004-01-231-1/+2
|
* Allow the socket buffer sizes to be controlled via sysctl(8).ru2004-01-231-0/+4
| | | | MFC after: 3 days
* Remove the MD5_KEY debugging toolphk2004-01-231-33/+0
|
* Update generated files.harti2004-01-233-3/+21
|
* Catch up with import of version 1.5a of bsnmp.harti2004-01-231-1/+2
|
* Catch up with the import of version 1.5a of bsnmp.harti2004-01-231-2/+4
| | | | | Fix the script to insert $FreeBSD$ into the generated file instead of the script's FreeBSD id.
* Style: remove an empty line.harti2004-01-232-2/+0
|
* Remove no longer necessary debug printfsphk2004-01-231-6/+0
|
* This commit was generated by cvs2svn to compensate for changes in r124861,harti2004-01-2353-650/+2122
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Virgin import of bsnmpd 1.5aharti2004-01-2354-651/+2124
| |
| * This commit was manufactured by cvs2svn to create branch 'VENDOR-bsnmp'.cvs2svn2003-11-101-0/+25
| |
OpenPOWER on IntegriCloud