summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Include _ctype.h instead of ctype.h to avoid namespace pollution.tjr2004-08-121-1/+1
|
* Move some internal macros and inlines from ctype.h to a new file, _ctype.h,tjr2004-08-123-178/+9
| | | | | | which has been repo-copied from ctype.h. This will allow us to remove namespace pollution from <wctype.h> and to make wcwidth() an inline function without introducing more pollution.
* Change RU for articles.ent and books.ent back to EN for consistencyden2004-08-1220-40/+40
| | | | | | | This modification was not really needed. Noticed by: hrs Obtained from: The FreeBSD Russian Documentation Project
* Fix two cases of incorrect IPQ_UNLOCK'ing in the merged ip_reass() function.andre2004-08-121-2/+2
| | | | | | | | The first one was going to 'dropfrag', which unlocks the IPQ, before the lock was aquired; The second one doing a unlock and then a 'goto dropfrag' which led to a double-unlock. Tripped over by: des
* Change the order of ata_dmainit/ata_allocate in preparation ofsos2004-08-124-48/+57
| | | | supporting new chipsets where this is needed.
* - Introduce a new flag KEF_HOLD that prevents sched_add() from doing ajeff2004-08-121-7/+19
| | | | | | | | | migration. Use this in sched_prio() and sched_switch() to stop us from migrating threads that are in short term sleeps or are runnable. These extra migrations were added in the patches to support KSE. - Only set NEEDRESCHED if the thread we're adding in sched_add() is a lower priority and is being placed on the current queue. - Fix some minor whitespace problems.
* Join the Russian committers, and only use one true country of birth.ru2004-08-121-1/+1
| | | | Sorry for the churn. ;)
* Move towards isa attachment for pccbb. This is a work in progress, butimp2004-08-125-690/+1088
| | | | works well with the pci attachment.
* Change version string to distinguish our modified version of GNU greptjr2004-08-121-1/+1
| | | | from the original.
* Update version strings to better reflect reality.tjr2004-08-121-3/+3
|
* Spell check the 20040806 entry.ru2004-08-121-1/+1
|
* Hook xalloc-die.c up to the build.tjr2004-08-121-0/+1
|
* This commit was generated by cvs2svn to compensate for changes in r133546,tjr2004-08-121-0/+45
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of GNU sort from coreutils CVS (trimmed)tjr2004-08-121-0/+45
| |
* | Merge local changes.tjr2004-08-123-171/+116
| |
* | This commit was generated by cvs2svn to compensate for changes in r133543,tjr2004-08-1229-445/+3268
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Import of GNU sort from coreutils CVS (trimmed)tjr2004-08-1232-578/+3383
| |
| * Remove file no longer present in distribution.tjr2004-07-031-641/+0
| |
* | Destroy mutexes on detach.scottl2004-08-121-0/+4
| |
* | Change FREE() to free()scottl2004-08-121-1/+1
| |
* | Remove the AAC_LOCK macros. They no longer abstract anything and onlyscottl2004-08-124-48/+39
| | | | | | | | obfuscate the code. No functional differences.
* | Release the sync fib after the controller has been shut down. This alsoscottl2004-08-121-0/+1
| | | | | | | | releases the I/O lock instead of just leaking it.
* | Set IFF_NEEDSGIANT for fwe network interface since the firewirerwatson2004-08-121-1/+2
| | | | | | | | | | | | framework isn't yet MPSAFE. Approved by: simokawa
* | Back in the USSR (for me)ache2004-08-121-1/+1
| |
* | This commit was generated by cvs2svn to compensate for changes in r133534,kan2004-08-121-0/+42
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import one more file for Gcc 3.4.2 20040728.kan2004-08-121-0/+42
| | |
* | | Fix the PRT entry code in acpi_pci_link to always add the entry, even ifnjl2004-08-122-42/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | there is no irq link. Since we now use the stored copy of PRT, not the one that used to be passed into acpi_pcib_route_interrupt(), we need it in the list. [1] Fix a bug in acpi_pci_find_prt() where we weren't checking the bus, thus choosing the wrong PRT entry to use for routing the link. Also, add a printf for the case where the PRT entry is not found as this should not happen. Tested by: marcel [1]
* | | When udp_send() fails, make sure to free the control mbufs as well asrwatson2004-08-121-0/+2
| | | | | | | | | | | | | | | the data mbuf. This was done in most error cases, but not the case where the inpcb pointer is surprisingly NULL.
* | | add comment about needing to upgrade loader.rc on i386 systems that havejmg2004-08-121-0/+9
| | | | | | | | | | | | | | | | | | problems loading modules... Solution by: ru
* | | MFp4: Simplify code a bit:pjd2004-08-112-20/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Remove kern.geom.mirror.sync_block_size sysctl. It is quite obvious that we want to use the biggest size possible. - Do not use UMA zone for sync data allocations. There could be only one synchronization request per synchronized disk at a time, so allocate memory for one request on whole synchronization process related to one disk. Tested by synchronizing one component (out of three) and by synchronizing two components (out of three) in parallel.
* | | Mark end of frames.davidxu2004-08-111-0/+1
| | |
* | | Actually, HARDCODED flag isn't stored in metadata, so don't botherpjd2004-08-111-2/+0
| | | | | | | | | | | | dumping it.
* | | - Fix typo.pjd2004-08-111-1/+3
| | | | | | | | | | | | - Dump HARDCODED flag.
* | | Be explicit that a driver may assume softc is preserved when returning 0imp2004-08-111-0/+2
| | |
* | | Add more aliases for common CPUTYPE spellingsobrien2004-08-111-1/+9
| | |
* | | Deorbit the fxp tuning hint (hint.fxp.UNIT_NUMBER.ipcbxmit_disable)truckman2004-08-111-26/+4
| | | | | | | | | | | | | | | introduced in if_fxp.c revision 1.180. The bug fix committed in revision 1.180 fixed the packet truncation problem.
* | | Fix the country of birth.ru2004-08-111-1/+1
| | | | | | | | | | | | Requested by: dima
* | | Unbreak after struct resource was hidden. Tested with EBus front-end onmarius2004-08-114-15/+19
| | | | | | | | | | | | Sun AXe board.
* | | - Use the rman_get_* functions instead of reaching into struct resource.marius2004-08-118-20/+16
| | | | | | | | | | | | | | | | | | | | | | | | - Remove __RMAN_RESORUCE_VISIBLE again. It's no longer required either because of the above change or because struct rman is no longer hidden. Reviewed by: grehan Tested by: cross-compile on i386
* | | Properly keep track of how many kses are on the system run queue(s).julian2004-08-111-2/+3
| | |
* | | Add some more verbose warning/error messages to help with users reportingnjl2004-08-111-17/+12
| | | | | | | | | | | | problems with irq routing.
* | | Correctly export the size of our softc to newbus in our EISA attachement.gibbs2004-08-111-1/+1
| | | | | | | | | | | | This avoids a panic upon first softc field reference.
* | | Backout removal of UMA_ZONE_NOFREE flag for all zones which are establishedandre2004-08-116-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | for structures with timers in them. It might be that a timer might fire even when the associated structure has already been free'd. Having type- stable storage in this case is beneficial for graceful failure handling and debugging. Discussed with: bosko, tegge, rwatson
* | | The last commit had one too many libs.obrien2004-08-111-1/+0
| | |
* | | Convert the routing table to use an UMA zone for rtentries. The zone isandre2004-08-111-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | called "rtentry". This saves a considerable amount of kernel memory. R_Zmalloc previously used 256 byte blocks (plus kmalloc overhead) whereas UMA only needs 132 bytes. Idea from: OpenBSD
* | | Remove badly broken pcic driver for NEWCARDimp2004-08-114-2461/+0
| | |
* | | Remove pcic for NEWCARDimp2004-08-111-2/+0
| | |
* | | Remove references to pcic for newcard from NOTES.imp2004-08-111-3/+0
| | |
* | | Remove the UMA_ZONE_NOFREE flag to all uma_zcreate() calls in the IP andandre2004-08-117-13/+13
| | | | | | | | | | | | | | | TCP code. This flag would have prevented giving back excessive free slabs to the global pool after a transient peak usage.
* | | Link to the build again. The problem was that we need a newharti2004-08-112-6/+6
| | | | | | | | | | | | | | | gensnmptree for the .def file to parse. This was fixed in Makefile.inc1.
OpenPOWER on IntegriCloud