summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* My final rite of FreeBSD is now complete.cy2001-11-151-0/+1
| | | | | Reviewed by: nectar Approved by: nectar
* Two minor changes.iwasaki2001-11-151-9/+8
| | | | | | | - Change _ACx sysctl oid from ten of _AC[0-9] to one _ACx. - Better error printing on _TMP evaluation. Reviewed by: msmith
* Remove "S4B" from sleep_state_names and add "NONE" instead.iwasaki2001-11-151-4/+5
| | | | | | | | | Now you can say; # sysctl hw.acpi.lid_switch_state=NONE instead of specifying unsupported _Sx object in the system. Actually, S4B is going to disappear in ACPICA and we already have hw.acpi.s4bios to distinguish BIOS hibernation or OS hibernation.
* MF NetBSD's if_ne_pcmcia.c rev 1.82's list of devicesimp2001-11-151-6/+20
|
* More devices. Obtained from NetBSD.imp2001-11-151-2/+4
|
* Migrate to PCMCIA_CARD() macrosimp2001-11-156-238/+67
|
* Sync to 1.18 of pccarddevsimp2001-11-151-1/+2
|
* Add vendor for NDC.imp2001-11-151-0/+1
|
* Use the vn driver on a stable system.nyan2001-11-151-3/+70
|
* Typo fix (my test version doesn't have this...)matusita2001-11-151-1/+1
|
* Run "make cleandir" if NO_MODULES are set, or there is no sys/modulesmatusita2001-11-151-0/+5
| | | | | | | directory. Previous commit breaks buildkernel if NO_MODULES was set. Sorry... Noticed by: mike
* Minor style problem I introduced recentlyimp2001-11-151-4/+4
|
* Hoist the Card/Card2 macros that I invented for the wi driver intoimp2001-11-153-38/+35
| | | | | | | | pccard layer and rename them PCMCIA_CARD and PCMCIA_CARD2 respectively (note, this is being done with an eye towards NetBSD integreation so it is easier to keep lists of cards between us and them in sync). Use this in the an and wi drivers.
* Add PC4500 and 350 for newer cards in this line.imp2001-11-151-3/+9
| | | | Obtained from: NetBSD's an driver (and FreeBSD's /etc/defaults/pccard.conf)
* newcard support for an, from pr 24854imp2001-11-151-1/+1
|
* Add NEWCARD support for aironet stuff.imp2001-11-151-2/+32
| | | | | | PR: 24854 Submitted by: "Sam Habash" <the+xp@llama.com> (with the mtx fix by Jonathan Chen)
* Fix comments about 'current' state of hardware/softwareimp2001-11-151-4/+1
|
* GVC 10Mbps Ethernet Cardimp2001-11-151-0/+7
| | | | | PR: 30329 Submitted by: David Xu <davidx@viasoft.com.cn>
* Add Compaq WL110 PC Card to the list.imp2001-11-151-0/+6
| | | | | PR: 31023 Submitted by: wilko
* Remove accidentally included NZ holidays.grog2001-11-151-22/+12
| | | | | | | | Get floating holidays right. Add the richness of NT holidays. Submitted by: Conrad Parker <conrad@vergenet.net>
* Add public holidays in Australia and New Zealand.grog2001-11-152-0/+87
| | | | Submitted by: Conrad Parker <conrad@vergenet.net>
* Follow tradition and add myselfpat2001-11-151-0/+1
| | | | Approved by: lioux
* o Implement imaxabs(), imaxdiv(), llabs(), lldiv().mike2001-11-1515-14/+465
| | | | | | | o Update abs(3), div(3), labs(3), ldiv(3) to reflect standards conformance and add additional references. Reviewed by: bde, wollman
* Add support for entering the Ukrainian letter GHE with upturn and for Russiansobomax2001-11-141-2/+2
| | | | | | | | YO (`e' with two dots). PR: 28573 Submitted by: Alexey Klimov <klim@unique.kiev.ua> MFC after: 2 weeks
* Style: don't mix decimal and hex values in the same file (convert all tosobomax2001-11-141-10/+10
| | | | | | decimal). MFC after: 2 weeks
* fix ukrainian translation of 'Norwegian' wordphantom2001-11-141-5/+5
| | | | | PR: misc/28605 Submitted by: Alexey Klimov <klim@unique.kiev.ua>
* Remove ifnet.if_mpsafe for now. If this is needed, it won't be neededjhb2001-11-143-11/+1
| | | | | | until much later when the network stack locking is farther along. Approved by: jlemon
* o Modify nfslockdans() to accept a thread reference instead of a procrwatson2001-11-143-14/+16
| | | | | | | | | | | reference: with td->td_ucred, it will be desirable to authorize based on td->td_ucred, rather than p->p_ucred. o Since the same variable 'p' was later used with pfind() on the target process for the wakeup, introduce a new local variable 'targetp' to use instead. Obtained from: TrustedBSD Project Sponsored by: DARPA, NAI Labs
* The new libedit from a while back depends on ncurses, so put -ledit beforejhb2001-11-144-4/+4
| | | | | | -lncurses so the fixit crunch binary links. Tested on: alpha
* Fix the type of the NULL arg to execl().obrien2001-11-141-1/+1
|
* "make cleandir" before building a kernel and modules.matusita2001-11-141-1/+1
| | | | | | | This will hopefully fix the recent 'I cannot compile linux module with buildworld' problem. MFC will come shortly. Submitted by: imura@ryu16.org
* Cross-reference the fdopen and fileno manpages.murray2001-11-142-1/+3
| | | | | PR: docs/31866 Submitted by: W. Campbell <wcampbel@botbay.net>
* Oops, when trying the dirhash sequential-access optimisation,iedowse2001-11-141-1/+1
| | | | | | | | | | | | | | compare the slot offset against the predicted offset, not a boolean flag. This typo effectively disabled the sequential optimisation, but was otherwise harmless. Not surprisingly, fixing this improves performance in the sequential access case. I am seeing a 7% speedup on one machine here; using dirhash when sequentially looking up directory entries is now about 5% faster instead of 2% slower than the non-dirhash case. Submitted by: KOIE Hidetaka <koie@suri.co.jp> MFC after: 1 week
* After further discussion on -CURRENT, some people (jhb) do not likecjc2001-11-141-2/+2
| | | | | | | | | the idea of not masking passwords on comments in case the administrator comments out an entry without clearing the password. Instead completely ignore comments (since they have no security impact) when doing the diff of the old and new passwd file. Suggested by: rwatson
* If the mask length is zero, there is no need to convert it to aps2001-11-141-1/+4
| | | | | | | | netmask. PR: 31947 Submitted by: Aaron Scarisbrick <aaronsca@hotmail.com> MFC after: 1 week
* Avoid unnecessary calls to expr(1) by using standard shell arithmeticsheldonh2001-11-1413-13/+13
| | | | expansion instead.
* remove holdfp()dillon2001-11-145-118/+176
| | | | | | | | | | | | | | | | | | | Replace uses of holdfp() with fget*() or fgetvp*() calls as appropriate introduce fget(), fget_read(), fget_write() - these functions will take a thread and file descriptor and return a file pointer with its ref count bumped. introduce fgetvp(), fgetvp_read(), fgetvp_write() - these functions will take a thread and file descriptor and return a vref()'d vnode. *_read() requires that the file pointer be FREAD, *_write that it be FWRITE. This continues the cleanup of struct filedesc and struct file access routines which, when are all through with it, will allow us to then make the API calls MP safe and be able to move Giant down into the fo_* functions.
* Rework the utmp(5) page:yar2001-11-141-16/+67
| | | | | | | | o Fix a number of wrong statements o Clarify the structure of the files and the C structures theirselves o Add cross-references to login(3), logout(3), logwtmp(3) MFC after: 1 month
* The interrupt nesting level is per-thread not per-CPU on FreeBSD.jhb2001-11-142-2/+0
|
* Fix a typo in rev 1.30 that broke the release: s/-dlint/-Dlint/jhb2001-11-141-1/+1
|
* Create a mutex pool API for short term leaf mutexes.dillon2001-11-138-74/+162
| | | | | Replace the manual mutex pool in kern_lock.c (lockmgr locks) with the new API. Replace the mutexes embedded in sxlocks with the new API.
* Replace use of "0" constraints in inline asm with "+" constraints,keramida2001-11-131-4/+4
| | | | | | when an operand is used both for input and output. Reviewed by: jhb
* sysinstall complains about creating acd0t* devices while all dists arematusita2001-11-131-1/+1
| | | | | | | | | | | extracted and recreating device files. Without this, you'll see following messages when 'MAKEDEV all': [: : out of range [: : out of range acd0t is invalid -- can't have more than 32 devices or 169 tracks Reported by: David Syphers <dsyphers@uchicago.edu> (at current@FreeBSD.org)
* - Modify to make the generated device driver code work with current.arr2001-11-132-10/+11
| | | | | | - Use M_ZERO instead of another call to bzero(). Inspired by: misc/31905
* Never added my entry which the committers guide says is aarr2001-11-131-0/+1
| | | | tradition.
* Cleanups after previous change:jhb2001-11-132-18/+4
| | | | | | | | | | | - Renumber labels since the previous revision removed one. - Remove useless and wrong comment. - Repeating the function name is just redundant. - The previous revision made the comment about %edx useless. - The comment about %eax was wrong (but did explain why %eax used to be fixed up). Submitted by: bde
* As a followup to the previous fixes to inferior, revert some of thejhb2001-11-131-6/+3
| | | | | | | changes in 1.80 that were needed for locking that are no longer needed now that a lock is simply asserted. Submitted by: bde
* Set full-path of cvsup.matusita2001-11-131-1/+1
| | | | | | | | | | | | | | | In src/Makefile rev 1.232, environment variable PATH is set explicitly to /sbin:/bin:/usr/sbin:/usr/bin. As a result, binaries located on non-standard path cannot be executed without full-path (it's the change of this revision). However, cvsup is not in our base system -- you lose if you try to "make update" without setting SUP in make.conf or command line argument. I think it is safe to assume that cvsup is located at /usr/local/bin, and it would help other people who first try to do "make update". PR: 31932 MFC after: 1 day
* Add yet another VIA ATA100 southbridge.sos2001-11-132-0/+2
|
* Fix bogon, free() the right memory type.sos2001-11-131-1/+1
|
OpenPOWER on IntegriCloud