summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Define supply_gregset() and supply_fpregset(). They are neededmarcel2007-05-011-0/+12
* | Define the miibus ivars as a structure, instead of as a vector ofmarcel2007-05-011-14/+15
* | Eliminate the use of Giant from ia64-specific code in freebsd32_mmap().alc2007-05-011-6/+1
* | Remove unused pcbinfo arguments to in_setsockaddr() andrwatson2007-05-017-16/+14
* | Use the VIS-based Spitfire version of the page copying and zeroingmarius2007-05-011-5/+12
* | Back out all POSIXified *env() changes.ache2007-05-0119-136/+75
* | Make the rman(9) workaround actually work. The main problem was thatmarius2007-05-011-26/+31
* | Correctly inizialize local/unix transport. I broke it in rev.1.15.matteo2007-05-011-97/+162
* | Fix bugs in the Sun -> AT keycode translation table which caused themarius2007-05-011-3/+3
* | MFp4: Remove LK_RETRY flag when locking vnode in zfs_lookup, we don't wantpjd2007-05-012-2/+12
* | Catch up with the private namespace change (s/FBSDprivate/FBSDprivate_1.0).deischen2007-05-011-1/+1
* | White space fixes.pjd2007-05-018-68/+68
* | The process lock is held when procfs_ioctl() is called. Assert that thisdes2007-05-011-2/+8
* | Add a comment explaining why we call dmu_write() unconditionally, even ifpjd2007-05-012-0/+18
* | Remove invalid BUS_DMA_ALLOCNOW when creating a tag which is used formarius2007-05-011-1/+1
* | Remove pre-5.0 compat cruft.brueffer2007-05-012-25/+0
* | Second call of sysctl() is used to gather a proper size of a memory chunkwkoszek2007-05-011-1/+1
* | Remove unneeded include files.alc2007-05-011-2/+0
* | MPSAFE ciss driverscottl2007-05-012-20/+46
* | If we've got watchdog timeouts try to get more packets going afteryongari2007-05-011-0/+2
* | Honor link up/down state in stge_start().yongari2007-05-012-24/+20
* | Use our own timer for watchdog instead of if_watchdog/if_timeryongari2007-05-012-11/+17
* | Synchronize vm map and object accesses.alc2007-05-011-8/+26
* | Rename some fields of struct inpcbinfo to have the ipi_ prefix,rwatson2007-04-309-91/+127
* | - Take advantage of mii_phy_add_media() for adding media and settingmarius2007-04-301-65/+13
* | - Add support/quirks for the on-board BGEs found in Sun Blade 1500marius2007-04-302-34/+98
* | Bump __FreeBSD_version after making setenv(), putenv(), getenv() andache2007-04-301-1/+1
* | o Kill EOLWS while I'm here.maxim2007-04-301-2/+2
* | o Fix strtoul() error conditions check.maxim2007-04-301-1/+1
* | limits calls setenv("name=value", "value", 1); which violates POSIX:ache2007-04-301-2/+2
* | Bump .Ddache2007-04-301-1/+1
* | env calls setenv("name=value", "value", 1); which violates POSIX:ache2007-04-301-3/+3
* | o I failed to find a suitable explanation why traceroute(8) andmaxim2007-04-302-3/+3
* | o Add -p flag: print a slice table in fdisk configuration file format.maxim2007-04-302-4/+36
* | Add phraseache2007-04-301-1/+2
* | o Make ipfw(8) show rules with mac/mac-type options correctly.maxim2007-04-301-36/+17
* | Make putenv() fully conforms to Open Group specs Issue 6ache2007-04-304-26/+58
* | Add MELCO PC-OP-RS Universal remote ID.takawata2007-04-302-0/+16
* | Preparing for upcoming POSIXed putenv() rewrite:ache2007-04-303-5/+5
* | Simplify previous fix and disallow VTEXTFIXED direct pass for putenv() too,ache2007-04-301-3/+3
* | MFp4: Improve asynchronous packet receive process.simokawa2007-04-302-32/+73
* | MFp4:simokawa2007-04-301-9/+11
* | MFp4: Fix broken userland API for async packets.simokawa2007-04-306-197/+247
* | Fix a typo: argv -> argvpyar2007-04-301-1/+2
* | Prepare for upcoming POSIXed putenv() rewrite:ache2007-04-302-2/+2
* | MFp4: Fix typo in recv spd.simokawa2007-04-301-1/+1
* | Slightly tune previous fix: free memory if !exportache2007-04-301-2/+2
* | Prepare for upcoming POSIXed putenv() rewrite:ache2007-04-301-2/+3
* | Prepare for upcoming POSIXed putenv() rewrite:ache2007-04-301-1/+1
* | MFp4: Add a sysctl knob to disable cycle master mode and add some comments.simokawa2007-04-301-1/+9
OpenPOWER on IntegriCloud