summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update doc dates.alfred2004-09-032-2/+2
| | | | Pointed out by: ru
* Normalize the makefile.alfred2004-09-031-8/+3
| | | | submitted by: ru
* xref and give a hint as to what procctl can be used for.alfred2004-09-032-1/+12
|
* Hook libautofs to the build.alfred2004-09-031-1/+1
|
* merge in if_rl locking because if_re was originally based upon if_rl.jmg2004-09-031-84/+135
| | | | | | | This essentially merges revs 1.143-1.1445 of sys/pci/if_rl.c. This now marks the interrupt MPSAFE along with making the mutex non-recursive. Looked over by: bms
* Remove "-" before rm -rfache2004-09-031-1/+1
|
* Autogenerate device listings for ti(4) and tl(4)brueffer2004-09-032-6/+4
| | | | MFC after: 3 days
* Add ti(4) and tl(4)brueffer2004-09-031-0/+2
| | | | MFC after: 3 days
* - move list of supported adapters into a HARDWARE sectionbrueffer2004-09-031-15/+52
| | | | | | | - properly capitalize (Fast) Ethernet - bump document date MFC after: 3 days
* - move list of supported adapters into a HARDWARE sectionbrueffer2004-09-031-45/+48
| | | | | | | | | - list the Digital EtherWORKS adapter as supported [1] - properly capitalize (Fast|Gigabit) Ethernet - bump document date Obtained from: NetBSD [1] MFC after: 3 days
* Introduce ata_udelay() that uses tsleep instead of DELAY if possible.sos2004-09-034-7/+18
| | | | | | In places where we have long delays that doesn't depend on too accurate timing, use ata_udelay() instead of DELAY() so we dont uselessly spin the CPU if not nessesary;
* Don't declare a function we are not defining.julian2004-09-031-0/+2
|
* fix compile for UPjulian2004-09-031-0/+4
|
* Panic if given a CAM_DATA_PHYS pointer from CAM instead of trying to handle it.scottl2004-09-031-14/+2
| | | | | | It makes no sense in a PAE environment and is impossible to handle correctly. This case is also never used right now. This should make the iir(4) driver ready for PAE.
* Sync promise_mio_command with WIP on the Promise line of SATA controllers.sos2004-09-031-4/+9
|
* ooops finish last commit.julian2004-09-032-3/+5
| | | | moved the variables but not the declarations.
* Move 4bsd specific experimental IP code into the 4bsd file.julian2004-09-033-131/+127
| | | | Move the sysctls into kern.sched
* Cleanup the defines used for various chipsets.sos2004-09-032-19/+31
| | | | Add new nVidia controllers.
* If the argument to the -r flag starts with a ':' or a '|', don't try tobrooks2004-09-031-1/+1
| | | | | | | | | make sure it is a device. GDB special cases these prefixes and treats :#### as a tcp port on localhost and executes what ever follows '|'. This allows kgdb to debug via dconschat. Discussed with: marcel
* Fixed more spacing bugs.ru2004-09-031-9/+9
|
* Add a BUGS section and copy the wording from mmap(2)'s MAP_NOSYNC,roam2004-09-031-0/+9
| | | | | | | | | documenting the obsoleteness of the msync(2) syscall and its single remaining purpose. PR: 70916 Submitted by: Radim Kolar <hsn@netmag.cz> MFC after: 3 days
* Join the effort in simplifying this makefile. ;)ru2004-09-031-3/+1
|
* Push Giant deep into vm_forkproc(), acquiring it only if the process hasalc2004-09-035-21/+18
| | | | | mapped System V shared memory segments (see shmfork_myhook()) or requires the allocation of an ldt (see vm_fault_wire()).
* Autogenerate device listings for nge(4) and ste(4)brueffer2004-09-032-12/+4
| | | | MFC after: 3 days
* Add nge(4) and ste(4)brueffer2004-09-031-0/+2
| | | | MFC after: 3 days
* - move list of supported adapters into a HARDWARE sectionbrueffer2004-09-031-7/+18
| | | | | | | - properly capitalize (Fast) Ethernet - bump document date MFC after: 3 days
* - move list of supported adapters into a HARDWARE sectionbrueffer2004-09-031-31/+33
| | | | | | | - properly capitalize Fast/Gigabit Ethernet - bump document date MFC after: 3 days
* Tag AIO as requiring Giant over the network stack usingrwatson2004-09-031-0/+2
| | | | | | NET_NEEDS_GIANT(). RELENG_5 candidate.
* Correct a comment typo: s/Note/Not/.rwatson2004-09-031-1/+1
| | | | Pointed out by: kensmith
* remove unused codejulian2004-09-021-109/+0
| | | | MFC after: 2 days
* Fix whitespace from last commit.scottl2004-09-021-1/+1
| | | | Submitted by: ru
* Rewrite this hackache2004-09-021-2/+1
| | | | | | -rm -rf ${LOCALEDIR}/*/LC_MESSAGES and move it inside loop. It can damage user-made ${LOCALEDIR}/* locales otherwise.
* Pass O_NONBLOCK directly to fcntl() rather than the pointer to an intrwatson2004-09-021-12/+8
| | | | | holding the value O_NONBLOCK. This worked previously because I was lucky.
* Don't override the rule used to build a binary by providing our ownrwatson2004-09-021-1/+0
| | | | compiler line.
* Trim errata and bump &release.next;.hrs2004-09-022-235/+13
|
* Hook autofs to the build.alfred2004-09-028-5/+16
|
* New release notes (changes in the second half of July andhrs2004-09-022-28/+350
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the first half of August 2004): NO_ADAPTIVE_MUTEXES, ADAPTIVE_GIANT, acpi_panasonic(4) added, contigmalloc(9) reimplemented (vm.old_contigmalloc added), hme(4) checksum offload support, {mem,io}.ko added, pcic(4) removed completely from GENERIC kernel configuration file, psm(4) Synaptics TouchPad support, Thread Local Storage (TLS) support, ipfw(4) antispoof option, GEOM_MIRROR class and gmirror(8) added, col(1), colcrt(1), colrm(1), column(1), and fmt(1) multibyte characters support, df(1) bugfix, ftpd(8) uses its euid for opening a data transfer socket, gpt(8) -i option, remove command added, kgdb(1) added, LIBPTHREAD_SYSTEM_SCOPE for libpthread, look(1) -d bugfix, make(1) "+" flag added, make(1) MAKEFLAGS change, tgmath.h C99 header added, GNU extensions of mbsnrtowcs(3) and wcsnrtombs(3) implemented, patch(1) replaced with a BSD-licensed version from OpenBSD, ppp(8) "set pppoe [standard|3Com]" for ng_pppoe(4), ul(1) multibyte characters support, FILE 3.41 --> 4.10, GCC 3.3.3 --> 3.4.2, NTP 4.1.1.a --> 4.2.0, rc.d localpkg support in the Ports Collection, and crypto distribution now part of base. Update release notes: snd_*(4) reorganization, and use the term "geom class" for consistency. MFC: ppp(8) "set rad_alive".
* Unlock rather than lock the ripcbinfo lock at the end of rip6_input().rwatson2004-09-021-1/+1
| | | | | | RELENG_5 candidate. Foot provided by: Patrick Guelat <pg at imp dot ch>
* The KAME IPSEC implementation at one point used its own pseudo-randomrwatson2004-09-021-22/+0
| | | | | | | | number generator, which was re-seeded via a timeout. Now centralized randomness/entropy is used, we can garbage collect the timeout and re-seeding code (which was largely a no-op). Discussed with: itojun, suz, JINMEI Tatuya < jinmei at isl dot rdc dot toshiba dot co dot jp >
* aac works in ia64, twe and twa seem to work on amd64 (though not officiallybrueffer2004-09-021-3/+3
| | | | | | supported by 3ware) MFC after: 3 days
* In FreeBSD 5.x, curthread is always defined, so we don't need to to testrwatson2004-09-021-3/+3
| | | | | | and optionally use &thread0 if it's NULL. Spotted by: julian
* Turn PREEMPTION into a kernel option. Make sure that it's defined ifscottl2004-09-0210-18/+31
| | | | | | FULL_PREEMPTION is defined. Add a runtime warning to ULE if PREEMPTION is enabled (code inspired by the PREEMPTION warning in kern_switch.c). This is a possible MT5 candidate.
* Add aac(4) and aacp(4). The driver is 64-bit clean for roughly a yearmarcel2004-09-021-0/+2
| | | | now and has been mentioned on the freebsd-ia64 list.
* Back out pseudo_vnops.c:1.45, which was a workaround for pfind()rwatson2004-09-021-11/+0
| | | | | | returning incompletely initialized processes. This problem was eliminated by kern_proc.c:1.215, which causes pfind() not to return processes in the PRS_NEW state.
* Minor wordsmithing of the fixit media login message.keramida2004-09-021-1/+1
| | | | Approved by: re
* MFi386: revision 1.1172.ru2004-09-021-13/+19
|
* Fix URL_RELPREFIXden2004-09-021-2/+2
|
* Back out ifi_epoch. The ABI breakage is too disruptive this close tobrooks2004-09-023-2/+8
| | | | | 5-STABLE. ifi_epoch will shortly be reintroduced with less precistion using the space currently allocated to ifi_unused.
* Don't enter the debugger when executing an AML breakpoint instructionnjl2004-09-021-5/+5
| | | | | | unless ACPI_DEBUG is defined. Users don't typically care about errant breakpoint instructions. The HP Pavilion 7915 has this in its PCI0 _INI method for rev 0x6040000 of the RSDT.
* Septepber -> Septembertjr2004-09-011-1/+1
| | | | Noticed by: ru
OpenPOWER on IntegriCloud